> I need to generate some line charts and bar graphs from django. I > recall seeing a very promissing package a couple months ago and can't > find it now. > > There's pychart, but it hasn't been maintained for a couple years and > I question its staying power, and it just generates images. open- > flash- > chart has a python binding, but its documentation is very sketchy and > I don't know how good its support is. visifire looks like it has a > great future, but depends on silverlight which is not widely deployed > yet. > > Any other ideas or comments on the above?
I was using Open Flash Chart in a PHP project which is now a Python/ Django one. This was before its more developed Python API, but it was quite straightforward to use under both languages. Unfortunately it lacked some of the charts we needed so we switched to XML/SWF charts with minidom: http://code.google.com/p/open-flash-chart-python/ http://www.maani.us/xml_charts/ Nick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

