Re: Django Data Visualization

2013-12-13 Thread Odagi
Not related to Django but maybe you can take a look at this visualization tools http://datavisualization.ch/tools/selected-tools/ Good luck. On Friday, December 13, 2013 8:14:44 AM UTC-3, +Emmanuel wrote: > > I am looking at creating a Django data visualization app, an idea that >

Re: Django Data Visualization

2013-12-13 Thread Dow Street
, and then draw the graphs on the client side using javascript. d3js is a great library for drawing interactive graphs in SVG, and/or you could use HTML5 canvas elements. Good luck! Dow On Dec 13, 2013, at 3:14 AM, +Emmanuel wrote: > I am looking at creating a Django data visualization

Django Data Visualization

2013-12-13 Thread +Emmanuel
I am looking at creating a Django data visualization app, an idea that closely resembles this: http://preview.jumpstartthemes.com/canvas-admin/chart-morris.html The idea is to have 'regions' that are database controlled, pulling data from the database and presenting it in user frien