statistical data to HTML tables (filter/sort/aggregate) and charts using django

728 Views Asked by At

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

There are 1 best solutions below

0
On BEST ANSWER

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.