tags:

views:

86

answers:

1

Hi,

I have lots of tables with statistical data (environment related) and wondering if there are any existing django app that will let me quickly produce charts i.e. sort/filter type of functionality. is there any short cuts..

This data will only be used during a temporary event for analyst, so it feels like a lot of tedious task to deal with..

Thanks for any pointer. Google doesn't provide much help thought you guys might know such app?

+1  A: 

It's probably better to do this on the frontend using a javascript plugin. See the jQuery plugins tablesorter for sorting tables and flot for generating charts.

David