qChart is a tool to visualize different charts from a serie of datas. It's developed in C++ with the Qt as an academic project for the class of OOP in 2013.
Make sure you have Qt installed first.
From the project root, run
qmake qChart.pro && make
to build the executable.
Part of the (italian) documentation can be found in the relazione
directory.