A Qt and ECharts study project.
This is a toy software based on the Qt framework, the initial motivation is to learn Qt and C++ programming.
This project is a software that makes charts based on data from local files, the kernel is an open source project named ECharts.
A short introduction of ECharts:
ECharts is a free, powerful charting and visualization library offering an easy way of adding intuitive, interactive, and highly customizable charts to your commercial products. It is written in pure JavaScript and based on zrender, which is a whole new lightweight canvas library.
You can download the released zip of this softwore from the release page, or you can build it yourself in adapted environment.
-
First you need to choose a chart type.
-
Second you need to load you data.
-
Then you can change the style of you chart.
You can change it using command line
The reference of the commands is the Here
or from the GUI interaction(not ready yet).
OpenChart is available under the Apache 2.0 license.