qCharts
is an academic project. It allows to edit and visualize numeric charts in different formats (bar chart, pie chart, line chart, ...). It uses XML as storage format.
On Ubuntu 14.04
all the dependencies are installed by
sudo apt-get install libqt4-dev qt4-qmake
qmake -project
qmake
make
./qCharts
- (load a demo file)
- (enjoy the animations)