I'm working on a (asset management) system to handle assets , resources and progress of tasks
I want to have a gantt chart in my system
I'm using python 2.6 and pyqt . Is there any (already made charts python library)? that can work well with pyqt.
or should i make a custom widgets for this ? Please advice.